#🌎 Web

I Wrote A Summarizer For HackerNews, Here’s What I Learned

I created HackRecap, a personalized version of HackerNews that summarizes top stories and presents them in bite-sized reads. Using Goose and OpenAI, I fetched article text and recursively chunked and summarized it with the text completion API.

Posted on Wed, Mar 15, 2023 🐍 Python 🌎 Web πŸ€– AI